home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / testsuite / gasp / mri / exists.asm < prev    next >
Encoding:
Assembly Source File  |  1996-07-04  |  111 b   |  11 lines

  1. exists    macro    arg1,arg2
  2.     ifne    ==arg2
  3.     move    arg1,arg2
  4.     elsec
  5.     push    arg1
  6.     endc
  7.     endm
  8.  
  9.     exists    foo,bar
  10.     exists    foo
  11.